home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / bbs_game / usurp014.zip / MULTI1.BAT < prev    next >
DOS Batch File  |  1996-03-01  |  751b  |  23 lines

  1. @ECHO OFF
  2. REM   BATCH FILE FOR USURPER
  3. REM   This is a sample of a batch file to be used
  4. REM   in a multinode Setup
  5. REM   %1 is the Node Number which can be passed to the
  6. REM   batch file from the BBS software.
  7. REM   (With RemoteAccess BBS software, this can be accomplished by
  8. REM   placing *N on the command line in ; execute Sub-program)
  9. REM
  10. REM   /N1 tells Usurper thate it's firing up on node 1. 
  11. REM   This switch is only necessary when node information is not
  12. REM   available from dropfile.    
  13. REM
  14. REM   /P{path to dropfile} tells Usurper where to look for dropfile.
  15. REM  Look in SYSOP.DOC for more command line options and batc file
  16. REM  examples. 
  17. REM
  18.  
  19.  
  20. CD\BBS\DOORS\USURPER
  21. Usurper /N%1 /P:C:\BBS\NODE%1
  22. CD\BBS\NODE%1
  23.